home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / main / translate.proto.h < prev    next >
Text File  |  1993-07-21  |  658b  |  15 lines

  1. short transBuffer(short oldtable, short newtable);
  2. BytePtr        GetTranslationResource(short id);
  3. BytePtr        ReturnTablePtr(short table, Boolean out);
  4. void    Setup_Default_Tables(void);
  5. void trInit(MenuHandle whichMenu);
  6. unsigned char    nat_mac(unsigned char *ascii, short table);
  7. unsigned char    ftp_iso_mac(unsigned char *ascii);
  8. void    trbuf_nat_mac(unsigned char *buf, short len, short table);
  9. void    trbuf_ftp_mac(unsigned char *buf, short len);
  10. unsigned char    mac_nat(unsigned char *ascii, short table);
  11. unsigned char    ftp_mac_iso(unsigned char *ascii);
  12. void    trbuf_mac_nat(unsigned char *buf, short len, short table);
  13. void    trbuf_mac_ftp(unsigned char *buf, short len);
  14.  
  15.